home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / SAT / HeartQuest sample ƒ / HeartQuest demo notes < prev    next >
Encoding:
Text File  |  1993-10-04  |  632 b   |  14 lines  |  [TEXT/ttxt]

  1. HeartQuest as SAT demo
  2. ======================
  3.  
  4. HeartQuest is the biggest demo in SAT. This obviously makes it hardest to grasp, but it includes a bunch of useful routines that you may need, including:
  5.  
  6. • Menu and window handling, using the TransSkel package.
  7. • A score and level display, updated using SAT's background modification functions.
  8. • High score list.
  9. • Crystal Quest-style mouse control using fixed-point numbers. (Note: never use floating point in an arcade game!)
  10. • Optionally zooms to fill the entire screen.
  11. • Dithered background generated by QuickDraw.
  12.  
  13. Binary not included, since it will be distributed separately.
  14.